Initial revision
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 19 Mar 1993 07:20:22 +0000 (07:20 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 19 Mar 1993 07:20:22 +0000 (07:20 +0000)
etc/Makefile [new file with mode: 0644]

diff --git a/etc/Makefile b/etc/Makefile
new file mode 100644 (file)
index 0000000..73bed1e
--- /dev/null
@@ -0,0 +1,23 @@
+DESTDIR=
+LIBDIR=/usr/local/lib
+BINDIR=/usr/local/bin
+MANDIR=/usr/man/man1
+MANEXT=1
+
+all:
+
+distclean:
+       -rm -f *~ \#* DOC* core
+
+clean:
+       -rm -f core
+
+SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
+       news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
+       vcdiff vipcard.tex xmouse.doc
+
+unlock:
+       chmod u+w $(SOURCES)
+
+relock:
+       chmod u-w $(SOURCES)